home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14224 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: mail2news.demon.co.uk!dfdesign.demon.co.uk
  2. From: Dominic Feeley <dom@dfdesign.demon.co.uk>
  3. Newsgroups: comp.unix.programmer,comp.lang.c,comp.unix.internals
  4. Subject: Re: C compiler Error on EXEC SQL
  5. Date: Fri, 12 Apr 96 12:19:20 GMT
  6. Organization: DF Designs
  7. Message-ID: <829311560snz@dfdesign.demon.co.uk>
  8. References: <4kkej2$3ta@news.cc.utah.edu>
  9. Reply-To: dom@dfdesign.demon.co.uk
  10. X-NNTP-Posting-Host: dfdesign.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.30
  12. X-Mail2News-Path: dfdesign.demon.co.uk
  13.  
  14. In article <4kkej2$3ta@news.cc.utah.edu>
  15.            dpncc@utah.state.ut.us "NCC Network" writes:
  16.  
  17. > I post this for my friend who has no access to the internet and would like to
  18. > get help from C experts in the Net. She has a C program left over from a guy
  19. > left the company. The C source code is included below as well as the compiler
  20. > error generated by HP UNIX. What is the EXEC SQL instruction ? It doesn't seem
  21. > to be a standard C.
  22.  
  23. It is nothing to do with ANSI C
  24. It's most likely an Oracle extension for rdbms access from C.
  25. You have to link in the Pro*C stuff to get it to compile.
  26. Or similar for other vendors, as SQL is Structured Query Language.
  27.  
  28. Try comp.databases.oracle if it is an Oracle problem.
  29. Or one of the comp.databases.* groups.
  30.  
  31. It may well be in their FAQs.
  32.  
  33. -- 
  34. Dominic Feeley
  35.  
  36.